From 336d7239f8a703594f00e0d25ce0d1831f802952 Mon Sep 17 00:00:00 2001 From: Lars Kurth Date: Fri, 12 Aug 2016 19:33:00 +0200 Subject: [PATCH] Add information on sources for vmac.* and rijndael.* I added these, as I came across the sources during a license scan. Signed-off-by: Lars Kurth --- xen/crypto/README.source | 17 +++++++++++++++++ xen/include/crypto/README.source | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 xen/crypto/README.source create mode 100644 xen/include/crypto/README.source diff --git a/xen/crypto/README.source b/xen/crypto/README.source new file mode 100644 index 0000000000..894045de28 --- /dev/null +++ b/xen/crypto/README.source @@ -0,0 +1,17 @@ +About +===== +This documents the upstream sources for files in this directory. + +rijndael.c +========== +This file comes from +http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/crypto/ + +vmac.c +====== +This file was developed by Ted Krovetz and Wei Dai (more details +are in the files). + +See +- https://en.wikipedia.org/wiki/VMAC +- http://www.fastcrypto.org/vmac/vmac.c diff --git a/xen/include/crypto/README.source b/xen/include/crypto/README.source new file mode 100644 index 0000000000..68de1cd1bb --- /dev/null +++ b/xen/include/crypto/README.source @@ -0,0 +1,17 @@ +About +===== +This documents the upstream sources for files in this directory. + +rijndael.h +========== +This file comes from +http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/crypto/ + +vmac.h +====== +This file was developed by Ted Krovetz and Wei Dai (more details +are in the files). + +See +- https://en.wikipedia.org/wiki/VMAC +- http://www.fastcrypto.org/vmac/vmac.h -- 2.30.2